Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: readable streams are resumed when piped #5

Merged
merged 1 commit into from
Sep 8, 2016

Conversation

dignifiedquire
Copy link
Member

I found a lovely other issue when trying to do interop with other node streams. When a stream was paused before, readable streams are resumed when they get piped. This was not happening here.

Ref https://github.com/nodejs/node/blob/master/lib/_stream_readable.js#L606-L610

@dominictarr
Copy link
Member

cool, looks good

@dominictarr dominictarr merged commit 9d7ec4e into pull-stream:master Sep 8, 2016
@dominictarr
Copy link
Member

merged into 1.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants